home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
SGI Developer Toolbox 6.1
/
SGI Developer Toolbox 6.1 - Disc 4.iso
/
src
/
demos
/
GL
/
flight
/
density.c
< prev
next >
Wrap
Text File
|
1994-08-01
|
2KB
|
100 lines
/*
* Copyright 1984-1991, 1992, 1993, 1994, Silicon Graphics, Inc.
* All Rights Reserved.
*
* This is UNPUBLISHED PROPRIETARY SOURCE CODE of Silicon Graphics, Inc.;
* the contents of this file may not be disclosed to third parties, copied or
* duplicated in any form, in whole or in part, without the prior written
* permission of Silicon Graphics, Inc.
*
* RESTRICTED RIGHTS LEGEND:
* Use, duplication or disclosure by the Government is subject to restrictions
* as set forth in subdivision (c)(1)(ii) of the Rights in Technical Data
* and Computer Software clause at DFARS 252.227-7013, and/or in similar or
* successor clauses in the FAR, DOD or NASA FAR Supplement. Unpublished -
* rights reserved under the Copyright Laws of the United States.
*/
/*
* flight/density.c $Revision: 1.3 $
*/
float ro[75] =
{
.0023081, /* 1000 feet */
.0022409,
.0021752,
.0021110,
.0020482, /* 5000 feet */
.0019869,
.0019270,
.0018685,
.0018113,
.0017556, /* 10000 feet */
.0017011,
.0016480,
.0015961,
.0015455,
.0014962, /* 15000 feet */
.0014480,
.0014011,
.0013553,
.0013107,
.0012673, /* 20000 feet */
.0012249,
.0011836,
.0011435,
.0011043,
.0010663, /* 25000 feet */
.0010292,
.00099311,
.00095801,
.00092387,
.00089068, /* 30000 feet */
.00085841,
.00082704,
.00079656,
.00076696,
.00073820, /* 35000 feet */
.00071028,
.00067800,
.00064629,
.00061608,
.00058727, /* 40000 feet */
.00055982,
.00053365,
.00050871,
.00048493,
.00046227, /* 45000 feet */
.00044067,
.00042008,
.00040045,
.00038175,
.00036391, /* 50000 feet */
.00034692,
.00033072,
.00031527,
.00030055,
.00028652, /* 55000 feet */
.00027314,
.00026039,
.00024824,
.00023665,
.00022561, /* 60000 feet */
.00021508,
.00020505,
.00019548,
.00018336,
.00017767, /* 65000 feet */
.00016938,
.00016148,
.00015395,
.00014678,
.00013993, /* 70000 feet */
.00013341,
.00012719,
.00012126,
.00011561,
.00011022, /* 75000 feet */
};